home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Text Box implementation. (HPP)
-
- #ifndef _DTJSBAR_HPP
- #define _DTJSBAR_HPP
-
- #include "dtjcomp.hpp"
-
- class METAEXPORTCLASSDEF DTJScrollBar : public DTJComponent
- {
- public:
- DTJScrollBar( const MetaObject * pMetaObj );
- virtual ~DTJScrollBar();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJScrollBar DTjava__dot__awt__dot__Scrollbar__dot__102;
- typedef WScrollBar java__dot__awt__dot__Scrollbar__dot__102;
-
- #endif // _DTJSBAR_HPP
-